home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / init / rc.conf < prev    next >
Text File  |  2009-10-15  |  354b  |  18 lines

  1. # rc - System V runlevel compatibility
  2. #
  3. # This task runs the old System V-style rc script when changing between
  4. # runlevels.
  5.  
  6. description    "System V runlevel compatibility"
  7. author        "Scott James Remnant <scott@netsplit.com>"
  8.  
  9. start on runlevel [0123456]
  10. stop on runlevel [!$RUNLEVEL]
  11.  
  12. export RUNLEVEL
  13. export PREVLEVEL
  14.  
  15. task
  16.  
  17. exec /etc/init.d/rc $RUNLEVEL
  18.